home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.uib.no!usenet
- From: ketil@ii.uib.no (Ketil Z Malde)
- Newsgroups: comp.lang.c++
- Subject: Re: Is there a standard for * and & placement style?
- Date: 21 Feb 1996 14:04:33 +0100
- Organization: II, UiB
- Sender: ketil@vipe.ii.uib.no
- Message-ID: <egpwb896e6.fsf@vipe.ii.uib.no>
- References: <3128BD31.4AF8@wildfire.com> <marnoldDn27q9.Is0@netcom.com>
- <4gckd5$bc7@clarknet.clark.net>
- Reply-To: ketil@ii.uib.no
- NNTP-Posting-Host: vipe.ii.uib.no
- X-Newsreader: September Gnus v0.38/XEmacs 19.13
-
-
- Discussing
-
- int *ip;
- vs. int* ip;
-
- one might also observe that "*ip" is, in fact, an int, just as much as
- "ip" is an int*. Just my two *.
-
- -kzm
-
-
-